Hello everyone, I have a study, it's about defining objects, but I need some information. First, I'm adding an example of what I'm trying to do for you to examine.
My point is that I have an image database and I want to search in this database. As you can see in the examples ...
I want to search again with a image in an image database and I want to find the most similar image.
I do not want to search for the same images one by one, but I just want to find the image that resembles the most in the database of the images I want to identify. (https://prnt.sc/ibvmt9, my database)
But I only know the python programming language and I have not found a work I can inspire in python, despite my long research.
I found a work very close to my project but this one is designed to make a match. http://image-match.readthedocs.io/en/latest/signatures.html